github.com/andybalholm/brotli.blockTypeCodeCalculator.last_type (field)

5 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L82: 	last_type        uint
		brotli_bit_stream.go#L87: 	self.last_type = 1
		brotli_bit_stream.go#L93: 	if uint(type_) == calculator.last_type+1 {
		brotli_bit_stream.go#L100: 	calculator.second_last_type = calculator.last_type
		brotli_bit_stream.go#L101: 	calculator.last_type = uint(type_)